home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / NewsWatcher 2.0d17 Source / source / child.h < prev    next >
Encoding:
Text File  |  1992-07-16  |  221 b   |  5 lines  |  [TEXT/KAHL]

  1. void AddChild (WindowPtr parent, WindowPtr child);
  2. void RemoveChild (WindowPtr parent, WindowPtr child);
  3. WindowPtr FindChildByCellData (WindowPtr wind, short cellData);
  4. WindowPtr FindChild (WindowPtr wind, Cell theCell);
  5.